func io.copyBuffer

3 uses

	io (current package)
		io.go#L385: 	return copyBuffer(dst, src, nil)
		io.go#L399: 	return copyBuffer(dst, src, buf)
		io.go#L404: func copyBuffer(dst Writer, src Reader, buf []byte) (written int64, err error) {